@ionic-native/native-google-maps does not support GeoJSON
ShadyBoukhary opened this issue · 0 comments
ShadyBoukhary commented
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