Skip to content
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

[iOS] Added showsUserLocation property support for Google Maps #721

Conversation

julien-rodrigues
Copy link
Contributor

Hi,

I needed to have the position of the user displayed on the map. And I saw the support on GoogleMaps for iOS was not there.

I added the support of the prop showsUserLocation for GoogleMaps on iOS.

The code just sets the option myLocationEnabled on the map.

Documentation for this is available here: https://developers.google.com/maps/documentation/ios-sdk/map#my_location

@julien-rodrigues julien-rodrigues changed the title Google maps ios showsuserlocation [iOS] Added showsUserLocation property support for Google Maps Oct 24, 2016
Copy link
Contributor

@gilbox gilbox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dope!

@gilbox gilbox merged commit d183c0f into react-native-maps:master Oct 24, 2016
@julien-rodrigues
Copy link
Contributor Author

Thanks :)

gilbox pushed a commit that referenced this pull request Oct 31, 2016
* Added suppport for the property showsUserLocation on iOS for GoogleMaps

* CS fix
Exilz pushed a commit to archriss/react-native-maps that referenced this pull request Dec 9, 2016
…-native-maps#721)

* Added suppport for the property showsUserLocation on iOS for GoogleMaps

* CS fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants