Topic: Real World Speed

Is there a way to get the actual speed movement as the device is moving from place to place?

Re: Real World Speed

Hello.

OnlineMapsLocationServiceBase.speed
https://infinity-code.com/doxygen/onlin … 623d197ab9

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Real World Speed

I have been trying to work with the OnlineMapsLocationServiceBase module but it doesn't allow me to go straight to OnlineMapsLocationServiceBase.speed. It does allows OnlineMapsLocationServiceBase.baseInstance.speed but that continues to always return the same number even when moving.

Do I need to use the OnlineMapsLocationServiceBase.UpdateSpeed() and how often do I run it.

Re: Real World Speed

Yes, you need to use this through instance because it is not a static property.
No, you don't need to call anything.
This value is calculated automatically when you are moving (location changes).

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.