hansemannn / titanium-googlemaps

🗺 Use the Google Maps SDK in Titanium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ContainsCoordinate is not a function

ptsequeira opened this issue · comments

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

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