This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import { Platform, StyleProp, ViewStyle } from 'react-native'; | |
// Native types | |
import type { | |
MapViewProps as NativeMapViewProps, | |
Marker as NativeMarker, | |
Region, | |
LatLng, | |
} from 'react-native-maps'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//https://gist.github.com/rclark/6908938?permalink_comment_id=4749563#gistcomment-4749563 | |
// with thumbs | |
showGetFeatureInfo: function ( | |
err, | |
latlng, | |
content | |
// signaturaFromUrl | |
) { | |
if (err) { |