Topic: Modify the data type of: Longitude and Latitude

Hello:
I'm trying to get more accurate positioning on the map, which is given to me by the phone's GPS.
I want to change the data type from ‘float’ to ‘double’ but I can't find the files:
OnlineMaps.GetPosition,
OnlineMaps.SetPosition, etc.

Where are they located?

Any ideas would be appreciated.

Thanks

Re: Modify the data type of: Longitude and Latitude

Hello.

In the scripts OnlineMapsLocationService and OnlineMapsLocationServiceBase.
But it won't increase the accuracy because Unity Location Service returns floats.
https://docs.unity3d.com/ScriptReferenc … itude.html

Kind Regards,
Infinity Code Team.

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

Re: Modify the data type of: Longitude and Latitude

Ok, thanks Alex.

Regards