iOS Question [B4X] Smooth route animation over Google maps?

MarcoRome

Expert
Licensed User
Longtime User
Look
 
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
Look
To generate this effect you must use the route services and interpolate the animation of the movement of the marker to the points of the route.
 
Upvote 0

Johan Hormaza

Well-Known Member
Licensed User
Longtime User
Look
Thanks Marco, but that option that you give me is not viable since it is for Views not for route tracing
 
Upvote 0

MarcoRome

Expert
Licensed User
Longtime User
Thanks Marco, but that option that you give me is not viable since it is for Views not for route tracing

 
Upvote 0

Johan Hormaza

Well-Known Member
Licensed User
Longtime User
Okay I understand. But how to replace a Polyline with a View?
Thanks Marco!
 
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
Okay I understand. But how to replace a Polyline with a View?
Thanks Marco!

Get the start and end points (polylines) of a route.

your comment here.


You just have to modify the routine to process the polyline.

Using this service is good for smoothing the movement of a brand.

in the case, when an object turns on a street or changes direction on a route.

The question is, does it cost to use this service $$$?

Regards,
 
Last edited:
Upvote 0

Johan Hormaza

Well-Known Member
Licensed User
Longtime User
Get the start and end points (polylines) of a route.

your comment here.


You just have to modify the routine to process the polyline.

Using this service is good for smoothing the movement of a brand.

in the case, when an object turns on a street or changes direction on a route.

The question is, does it cost to use this service $$$?

Regards,
Thanks but that has nothing to do with the drawing of the polylines, that code is to generate a list of coordinates
 
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
Thanks but that has nothing to do with the drawing of the polylines, that code is to generate a list of coordinates

No!!!!!!

can you tell me how you solve this problem.

I need to generate a smooth movement from point A to B


1613519603267.png
 
Upvote 0
Top