mattermoran / map_launcher

Flutter plugin for launching maps
MIT License
259 stars 117 forks source link

More maps #111

Open mattermoran opened 2 years ago

mattermoran commented 2 years ago

This issue will track the list of maps that will be added in the future releases

ioma8 commented 1 year ago

How does it look with integrating the quite popular Sygic navigation? I would need it. If no plans so far, I might help with this by doing own MR.

mattermoran commented 1 year ago

@ioma8 Hey I haven't had time lately to work on this so feel free to submit a PR :)

12people commented 4 months ago

What is the process for requesting maps to be added?

I would like to request Mapy.cz, which is one of the most popular mapping services in the Czech Republic — documentation here.

mattermoran commented 4 months ago

hey @12people you can just create a new issue so I can then add it here.

regarding mapy.cz I see there's a PR for it here https://github.com/mattermoran/map_launcher/pull/171 I'll take a look at it this week in the meanwhile you can try it out by installing directly from github by using this

map_launcher:
    git:
      url: https://github.com/MobileSoftHK/map_launcher.git
      ref: feature/mapyCZ

and letting me know if all works well

12people commented 4 months ago

hey @12people you can just create a new issue so I can then add it here.

regarding mapy.cz I see there's a PR for it here #171 I'll take a look at it this week in the meanwhile you can try it out by installing directly from github by using this

map_launcher:
    git:
      url: https://github.com/MobileSoftHK/map_launcher.git
      ref: feature/mapyCZ

and letting me know if all works well

Just added my comment there. A line is missing from AndroidManifest.xml that prevents it from working.

ioma8 commented 4 months ago

Hey I have mapy.cz completely working (ios/android) in my private fork. If you are interested i might do PR.

mattermoran commented 3 months ago

@ioma8 seems like that existing PR has some issue so feel free to drop a PR and also would be nice if you could provide and video of both android and ios in the action so I don't have to install and try to validate myself :)

mattermoran commented 3 months ago

@ioma8 I actually tested and merged that pr as it seems to be working. I couldn't get the directions working so it just uses marker url. if you have directions working as well you can submit PR for that. Otherwise it's now available in v3.2.0