Pannam

Results 57 comments of Pannam

Can we have option for both ?

Personally I wouldn't want to freeze the screen. There is already an option to add a marker right ?

Didn't realize `selectPosition` had to be called every time, I don't mind the current way of scrolling and pick up location, With long press, I think the location will be...

oh! Now it's clear. I think that approach would work great.

Hey! Thanks for the update, Have you changed the default behavior to draw roads as per the previous version? Can you please explain exactly what is new here? Would be...

@thpresident @k0lourful I also had some issues with animation and other flickering and rebuild issues while using fake GPS to create routes. It generally occurs when using API level at...

I am sorry their problem may be different than mine. I have since moved on to `tabpageview` . I guess they will have to elaborate their problem more. For me...

Just out of curiosity, Do you plan to implement turn-by-turn navigation in the future, or it's not the scope of this project?

Hey I have the same problem running on iOS version 13.7 on an iPad. the screen is blacked out. Do I still need to uncomment the lines as you have...

```ruby // let sceneUpdates = [TGSceneUpdate]() let sceneUpdates = [TGSceneUpdate(path: "global.sdk_api_key", value: "qJz9K05vRu6u_tK8H3LmzQ")] let sceneUrl = URL(string: "https://www.nextzen.org/carto/bubble-wrap-style/9/bubble-wrap-style.zip")! //let sceneUrl = URL(string: //"https://dl.dropboxusercontent.com/s/25jzvtghx0ac2rk/osm-style.zip?dl=0")! mapView.loadSceneAsync(from: sceneUrl, with: sceneUpdates) ``` Anyways uncommenting...