map_launcher icon indicating copy to clipboard operation
map_launcher copied to clipboard

More maps

Open mattermoran opened this issue 2 years ago • 8 comments

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

  • [ ] Uber docs
  • [ ] Lyft docs
  • [x] Petal Maps
  • [ ] DB Navigator docs
  • [ ] Moovit docs
  • [ ] Sygic docs
  • [x] TomTom docs https://github.com/mattermoran/map_launcher/pull/125
  • [ ] Transit App docs
  • [x] Kakao Map
  • [x] Naver Map

mattermoran avatar Apr 10 '22 11:04 mattermoran

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.

ioma8 avatar Feb 10 '23 09:02 ioma8

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

mattermoran avatar Feb 10 '23 09:02 mattermoran

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.

12people avatar Mar 06 '24 15:03 12people

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

mattermoran avatar Mar 06 '24 16:03 mattermoran

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.

12people avatar Mar 07 '24 06:03 12people

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

ioma8 avatar Mar 07 '24 07:03 ioma8

@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 avatar Mar 07 '24 09:03 mattermoran

@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

mattermoran avatar Mar 07 '24 10:03 mattermoran