React Native Maps Example Apk

React Native Maps Example Apk

Latest version 1.0.1
27 Jun 2017

Older Versions

Apk Infos

Version1.0.1
Rating4.8/5, based on 20 votes
Size‎7.7 MB
Requires AndroidAndroid 4.1+ (Jelly Bean)
Author's NotesReact Native MapView Component for iOS and Android

About React Native Maps Example APK

React Native Maps Example APK Download for Android
React Native Maps Example APK Download for Android

Description

React Native Maps Example for a Map component built by Airbnb that can use Apple Maps/Google Maps on iOS and Google Maps on Android.

https://github.com/airbnb/react-native-maps

1. MapView Events
The MapView component and its child components have several events that you can subscribe to.

2. Tracking Region / Location

3. Programmatically Changing Region
One can change the MapView position using refs and component methods, or by passing in an updated region prop. The component methods will allow one to animate to a given position like the native API could.

4. Changing the style of the map

5. Arbitrary React Views as Markers

6. Using the MapView with the Animated API
The MapView component can be made to work with the Animated API, having the entire region prop be declared as an animated value. This allows one to animate the zoom and position of the MapView along with other gestures, giving a nice feel. Further, Marker views can use the animated API to enhance the effect.

7. Polygon Creator

8. Other Overlays
So far, Circle, Polygon, and Polyline are available to pass in as children to the MapView component.

9. Default Markers
Default markers will be rendered unless a custom marker is specified. One can optionally adjust the color of the default marker by using the pinColor prop.

10. Custom Callouts
Callouts to markers can be completely arbitrary react views, similar to markers. As a result, they can be interacted with like any other view.
Additionally, you can fall back to the standard behavior of just having a title/description through the Marker's title and description props.
Custom callout views can be the entire tooltip bubble, or just the content inside of the system default bubble.

11. Image-based Markers
Markers can be customized by just using images, and specified using the image prop.

12. Draggable Markers
Markers are draggable, and emit continuous drag events to update other UI during drags.

13. Lite Mode ( Android )
Enable lite mode on Android with liteMode prop. Ideal when having multiple maps in a View or ScrollView.

14. Animated Region
The MapView can accept an MapView.AnimatedRegion value as its region prop. This allows you to utilize the Animated API to control the map's center and zoom.

15. Animated Marker Position
Markers can also accept an AnimatedRegion value as a coordinate.

16. Take Snapshot of map

17. Zoom to Specified Markers
Pass an array of marker identifiers to have the map re-focus.

18. Zoom to Specified Coordinates
Pass an array of coordinates to focus a map region on said coordinates.

Latest updates

What's new in version 1.0.1

Name update

How to install React Native Maps Example APK on Android phone or tablet?

Download React Native Maps Example APK file from ApkClean, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (com.reactnativemapsexample-v1.0.1-ApkClean.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

Older Versions

1.0.1 (2)7.7 MB

Questions & Answers

Q: What is an APK File?

A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.

Q: If I install an APK from this website, will I be able to update the app from the Play Store?

A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.

Q: Why ApkClean.net can guarantee APK 100% safe?

A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.

Q: What are Android App permissions?

A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.

Don't hesitate to contact us if you have any questions or concerns.

(*) is required

User's Reivew

3 ★Nice to have a look around, but actually would need an update to make any sense.
5 ★Nice app, but can you provide the code. I really want to learn it