-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/mapy cz #171
Feature/mapy cz #171
Conversation
Added MapyCZ
# Conflicts: # android/src/main/kotlin/com/alexmiller/map_launcher/MapLauncherPlugin.kt # ios/Classes/SwiftMapLauncherPlugin.swift # lib/src/directions_url.dart # lib/src/marker_url.dart # lib/src/models.dart
It's not working on Android because |
I don't know if it even works with that thing added in manifest. I checked the docs and it says url coords should be in the |
@TheHumr could you provide a video of it working on android and ios? |
It worked for me — at least, the directions link I tried worked. (Though only linking to the place and not to directions, as the API says that there's no straightforward way to build direction links.) That said, if the docs recommend another type of linking, the code should probably be adjusted for that. |
I'm going to give it a go |
Well nevermind, seems like current approach is probably best. Their docs suck, even the examples they themself provide don't work
I tested on both android and ios and it seems to be working. I'll get this merged |
Published 3.2.0 with those changes. Thanks @TheHumr |
No description provided.