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

Docs docs docs please 😭😭😭 #42

Closed tanakamawere closed 6 months ago

tanakamawere commented 6 months ago

SUMMARY

How do I install this, how do I implement it? What are the customisation options? No idea because there are no docs

DETAILS

Please add docs

PLATFORMS

themronion commented 6 months ago

You have a whole sample project to explore. Installation is in the Readme.md. All other docs on usage is in the original repo from which this one is forked.

tanakamawere commented 6 months ago

But that doesn't tell you what everything does...

For example, I'm trying to move the camera between from showing one pin to showing two pins with animation. Whenever I do it, it goes to the wrong place, not sure if that's what bounds are for. Or trying to draw a path along the road like Google Maps does for navigation, I'm really going roundnin circles figuring out what the best way to do that is

Please link the usage docs from the forked repo. I rummaged through it but couldn't find any usage docs

plppp2001 commented 6 months ago

The sample project works perfectly fine and you can put all functionality into debug mode np. I use it all the time.


From: Pavlo Lukianets @.> Sent: Wednesday, May 1, 2024 1:08:55 PM To: themronion/Maui.GoogleMaps @.> Cc: Subscribed @.***> Subject: Re: [themronion/Maui.GoogleMaps] Docs docs docs please 😭😭😭 (Issue #42)

You have a whole sample project to explore. Installation is in the Readme.md. All other docs on usage is in the original repo from which this one is forked.

— Reply to this email directly, view it on GitHubhttps://github.com/themronion/Maui.GoogleMaps/issues/42#issuecomment-2088298747, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AK2EVSSZMGQPKILBJDO3CB3ZADEMPAVCNFSM6AAAAABHBZ2E7GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBYGI4TQNZUG4. You are receiving this because you are subscribed to this thread.Message ID: @.***>

tanakamawere commented 6 months ago

@plppp2001 it works properly. What I mean is having explicit docs for integration instead of having to go a specific implementation and then starting to mix and match it to fit your own implementation