-
Notifications
You must be signed in to change notification settings - Fork 63
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
Added Polyline Feature for android #220
base: main
Are you sure you want to change the base?
Conversation
@Timileyin105 Thank you for doing this. Is there an idiot proof way of importing your code? TIA |
Hi @WynOwen72 run |
@WynOwen72 didn't hear any update from you
|
Good morning, it installed OK. Today's plan is to try and implement it in a basic form and then integrated it in my app. Grazie. |
Alright, i will be done soon with the android app i'm using the map on so soon i will working on the ios to also make use of it |
I'm getting an error. Maybe it is a silly mistake from me: My code:
|
hello @WynOwen72 if you check the LatLng interface
|
@Timileyin105 I can confirm it works. |
@WynOwen72 OK, happy coding |
Hi @Timileyin105 good work, works fine for me on Android but fails to build on iOS. I created a new capacitor app using commands: npm init @capacitor/app than added iOS platform: npm install @capacitor/ios added your package: npm install https://github.com/Timileyin105/capacitor-native-google-map.git but when I try to run: I get these errors: /Users/marcin/Code/polyline_test/polyline/node_modules/@capacitor-community/google-maps/ios/Plugin/Plugin.swift:345:33: can someone help? |
Added Polyline Feature for android
usage
i have tested this to work
i added the remove polyline also but this doesnt seem to work for me, not sure why, i make another pull if i am able to fix and when i also do for ios
thanks