hansemannn / titanium-googlemaps

🗺 Use the Google Maps SDK in Titanium
Other
87 stars 26 forks source link

ContainsCoordinate is not a function #136

Closed ptsequeira closed 5 years ago

ptsequeira commented 5 years ago

Hi,

Using mapView.containsCoordinate returns the following error:

mapView.containsCoordinate is not a function. (In 'mapView.containsCoordinate({ latitude: -13.37, longitude: 42.0 })', 'mapView.containsCoordinate' is undefined)

SDK: 7.4.1

Thanks

ptsequeira commented 5 years ago

Sorry, I was testing with the last version of the releases tab (v4.2) and this function only exposed in version 4.3

Build the module from the source, and everything is working

Thanks