Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@ionic-native/native-google-maps does not support GeoJSON #1

Open
ShadyBoukhary opened this issue Nov 21, 2018 · 0 comments
Open

@ionic-native/native-google-maps does not support GeoJSON #1

ShadyBoukhary opened this issue Nov 21, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ShadyBoukhary
Copy link
Owner

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

@ShadyBoukhary ShadyBoukhary added enhancement New feature or request help wanted Extra attention is needed labels Nov 21, 2018
@ShadyBoukhary 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant