MapView#onAnnotationPress

onAnnotationPress function Deprecated. Use annotation onFocus and onBlur instead.

MapView#maxDelta

iosmaxDelta number Maximum size of area that can be displayed.

MapView#legalLabelInsets

ioslegalLabelInsets {top: number, left: number, bottom: number, right: number} Insets for the map's legal label, originally at bottom left of the map. See EdgeInsetsPropType.js for more information.

MapView#onRegionChange

onRegionChange function Callback that is called continuously when the user is dragging the map.

MapView#mapType

iosmapType enum('standard', 'satellite', 'hybrid') The map type to be displayed. standard: standard road map (default) satellite: satellite view hybrid: satellite view with roads and points of interest overlaid

MapView#annotations

iosannotations [{latitude: number, longitude: number, animateDrop: bool, draggable: bool, onDragStateChange: function, onFocus: function, onBlur: function, title: string, subtitle: string, leftCalloutView: element, rightCalloutView: element, detailCalloutView: element, tintColor: [object Object], image: Image.propTypes.source, view: element, id: string, hasLeftCallout: deprecatedPropType( React.PropTypes.bool, 'Use `leftCalloutView` instead.' ), hasRightCallout: deprecatedPropType( React.PropT

MapView#active

androidactive bool

MapView#followUserLocation

iosfollowUserLocation bool If true the map will follow the user's location whenever it changes. Note that this has no effect unless showsUserLocation is enabled. Default value is true.

ListViewDataSource#rowShouldUpdate()

rowShouldUpdate(sectionIndex, rowIndex) Returns if the row is dirtied and needs to be rerendered

ListViewDataSource#sectionHeaderShouldUpdate()

sectionHeaderShouldUpdate(sectionIndex) Returns if the section header is dirtied and needs to be rerendered