-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 Maps iOS] Marker init with image props #738
Labels
Comments
btoueg
changed the title
[iOS]Google Maps marker with image on init
[iOS]Google Maps marker with Oct 27, 2016
imageSrc
on init
btoueg
changed the title
[iOS]Google Maps marker with
[Google Maps iOS] marker with Oct 27, 2016
imageSrc
on initimageSrc
on init
btoueg
changed the title
[Google Maps iOS] marker with
[Google Maps iOS] Marker init with image props
Oct 27, 2016
imageSrc
on init
btoueg
added a commit
to Mobeye/react-native-maps
that referenced
this issue
Oct 27, 2016
gilbox
pushed a commit
that referenced
this issue
Oct 31, 2016
timxyz
pushed a commit
to 3sidedcube/react-native-maps
that referenced
this issue
Nov 22, 2016
* commit '3d28a7d9fd005d59219668cf61177fe574170b84': (24 commits) examples-setup.md: update android instructions (react-native-maps#743) add example for overlay overpress and docs iOS google maps custom tile support (react-native-maps#770) [Docs] Fix capitalisation of Xcode and CocoaPods (react-native-maps#749) Implements animateToRegion to Google Maps iOS (react-native-maps#779) [RN][iOS][google] Set region only when view has width&height - Fix type issue in AIRMapManager - Setup Gemfile in example/ios dir to avoid problems with different versions of cocoapods - Update examples-setup.md to use bundler - Change MapView so that we only set the native region prop when there is a width and height. GoogleMaps iOS requires the width and height to properly calculate the map zoom level. updates [marker flicker] Fix flicker of map pins on state change (react-native-maps#728) add onPress for polygons and polylines on iOS and Android Use latest Google Play Services (react-native-maps#731) Update installation.md (react-native-maps#742) Add latest patch releases to the changelog (react-native-maps#752) [ios][google] implement fitToSuppliedMarkers and fitToCoordinates (react-native-maps#750) If we've disabled scrolling within the map, then don't capture the touch events (react-native-maps#664) Fix dynamic imageSrc removal, fix flicker in react-native-maps#738 (react-native-maps#737) Fix Anchor point on Google Maps iOS Added ios google maps circle support Added google map type only check Fixed typo in google maps podspec Added ios google maps polygon, polyline, maptype support ...
Exilz
pushed a commit
to archriss/react-native-maps
that referenced
this issue
Dec 9, 2016
🎉 This issue has been resolved in version 1.0.0-beta.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When the markers are initialised with an
imageSrc
, the regular Google Maps marker will briefly show up until the image is loaded.The text was updated successfully, but these errors were encountered: