-
Notifications
You must be signed in to change notification settings - Fork 3
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
Draw a line between two markers react-native? #6
Comments
@Saksham66 @spacekingindia @mamtasharma117 Can you anyone help me on it. |
Please, set the lineWidth in the style |
@Saksham66 I tried that. But still line not visible.
|
@ElangoPrince You are passing incorrect latitude and longitude in the feature, in the coordinate array first is longitude and second is latitude
|
@Saksham66 Great. It was working fine now. If there any way to show routes between markers? Instead of line. Because, shows like straight line between markers. |
For that you need to use Routing API: This will gives you routes polyline you can also refer the sample: |
@Saksham66 @spacekingindia The current SDK version is com.mappls.sdk:mappls-android-sdk:8.0.7. Is that possible to update latest SDK version? ie: 8.1.x? |
How to draw poly lines between two markers in mappls-map-react-native. I tried but not visible.
The text was updated successfully, but these errors were encountered: