-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Google Map Bounds Coordinates #105
Comments
Hi @mxmissile, Thanks for contacting me. Currently not all map functions are supported. I can look into this and try to add them. Let you know if it is possible... I think won't be hard and can include into the next release. |
Regarding this, the API also offers restrictions on the map bounds, so you can limit the map to a certain country for example. This is documented here. I think this is might be quite easy to implement as it only requires changes in the It would be nice if the |
@mxmissile Implemented your request added some You can use the code like this:
You can try it if you pull down branch |
Wow! Thank you so much, I will dive in today on this. |
Sure no problem once you confirm it is ok I will add it to the next Nuget package release. Since it Christmas etc. the release will be done next year.... |
The google map api we can get the bounds via these methods:
Does this library support anything like this?
Update: I'm trying to use jsinterop to call these methods:
But its not working, (I'm new to js interop), its throwing:
Error: Microsoft.JSInterop.JSException: Could not find 'getBounds' ('getBounds' was undefined).
The text was updated successfully, but these errors were encountered: