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

Modifications/Enhancements to MapView.UrlTile #2136

Merged
merged 11 commits into from
Apr 9, 2018

Commits on Mar 29, 2018

  1. 1. Allow canReplaceMapContent to be set on the JS side (via prop shou…

    …ldReplaceMapContent) for iOS, MapKit only
    
    2. Allow GoogleMaps on iOS to obey maximumZ
    3. Added prop minimumZ for MapKit and GoogleMaps on iOS and Android
    akmjenkins committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    da1aef8 View commit details
    Browse the repository at this point in the history
  2. Removed debug NSLogs

    akmjenkins committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    c064b35 View commit details
    Browse the repository at this point in the history
  3. MaximumZ was not being obeyed correctly for google maps (convert to l…

    …ong to compare). Get rid of compiler warnings (accidentally wrote NSUInteger instead of NSInteger)
    akmjenkins committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    0e83c15 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    040f6b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Configuration menu
    Copy the full SHA
    515a99c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Update mapview.md (react-native-maps#2171)

    Add 'none' option to docs for mapType
    ahmetabdi authored and rborn committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    aafa4e6 View commit details
    Browse the repository at this point in the history
  2. Fixed crash for Android API level below 18 on isFromMockProvider (rea…

    …ct-native-maps#2172)
    
    * Add Mock Provider boolean on each location update
    
    * Update mapview.md
    
    Update docs to specify that coordinate includes mock provider boolean
    
    * Check API is 18 or above for isFromMockProvider
    
    * Update docs to mention API
    chaitanyadeorukhkar authored and rborn committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    7f3d559 View commit details
    Browse the repository at this point in the history
  3. 1. Allow canReplaceMapContent to be set on the JS side (via prop shou…

    …ldReplaceMapContent) for iOS, MapKit only
    
    2. Allow GoogleMaps on iOS to obey maximumZ
    3. Added prop minimumZ for MapKit and GoogleMaps on iOS and Android
    akmjenkins committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    2abfe20 View commit details
    Browse the repository at this point in the history
  4. Removed debug NSLogs

    akmjenkins committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    142a352 View commit details
    Browse the repository at this point in the history
  5. MaximumZ was not being obeyed correctly for google maps (convert to l…

    …ong to compare). Get rid of compiler warnings (accidentally wrote NSUInteger instead of NSInteger)
    akmjenkins committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    03a16f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07191ba View commit details
    Browse the repository at this point in the history