You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During an effort to migrate from the Google Javascript API to the native Google Maps API, I realized that the native cordova plugin for google maps does not support GeoJSON, which defeats the entire purpose of the app.
Temporary or Permanent Workaround (depends)
Javascript API works fine with GeoJSONS; however, performance on older devices is absolutely horrible
Possible Solution
Manually parse the GeoJSONS and create the polygons in a loop, then register event handlers
The text was updated successfully, but these errors were encountered:
ShadyBoukhary
changed the title
@ionic/native/native-google-maps does not support GeoJSON
@ionic-native/native-google-maps does not support GeoJSON
Nov 21, 2018
Description
During an effort to migrate from the Google Javascript API to the native Google Maps API, I realized that the native cordova plugin for google maps does not support GeoJSON, which defeats the entire purpose of the app.
Temporary or Permanent Workaround (depends)
Javascript API works fine with GeoJSONS; however, performance on older devices is absolutely horrible
Possible Solution
Manually parse the GeoJSONS and create the polygons in a loop, then register event handlers
The text was updated successfully, but these errors were encountered: