naderio / nativescript-google-maps-utils

NativeScript Google Maps SDK utility library to support features such as marker clustering, heatmap, ...
The Unlicense
33 stars 15 forks source link

Error GoogleMaps.GMSGeometryContainsLocation #12

Open andrea82 opened 6 years ago

andrea82 commented 6 years ago

I got this error: ERROR ReferenceError: Metadata for "GoogleMaps.GMSGeometryContainsLocation" found but symbol not available at runtime.

i'm using "nativescript-google-maps-sdk": "^2.6.0", "nativescript-google-maps-utils": "^0.1.3", "tns-core-modules": "^4.0.1",

any solutions?

dlcole commented 3 years ago

@andrea82 I realize your post is almost 3 years old, but I'm hitting the same problem with GMSGeometryDistance (but only on a real device, not on an emulator). Were you ever able to resolve this?