themronion / Maui.GoogleMaps

Map library for MAUI using Google maps API
https://www.nuget.org/packages/Onion.Maui.GoogleMaps/
MIT License
79 stars 35 forks source link

Possibility to use Google My Map to add an individual map with my own pins #3

Closed CHLINDE closed 1 year ago

CHLINDE commented 1 year ago

I am missing a feature to use my own google map. Is it still possible or is it possible to implement this feature?

PLATFORMS

themronion commented 1 year ago

Please elaborate what do u mean by "my own google map". Custom pins are supported, please check repo sample.

CHLINDE commented 1 year ago

I like to use the "My maps" function from google: https://www.google.com/maps/about/mymaps/

There I can set my own pins which are stored on google servers, I like to display this individual map in my app

themronion commented 1 year ago

As far as i understand this is a completely different product not connected to mobile sdks for android and ios. You can always try displaying your map in a WebView and see how that goes. Or just open your customized map by the google app installed on users' phones