Topic: Marker with exact dimensions

Hi,

Sorry if this has been addressed already, I checked the forum but couldn't find an answer.

I would like to know if it's possible to add markers with exact "real world" size.

Basically what I want to go is to show a circle or sphere around my position marker showing the current accuracy of the GPS (sort of what google maps does)

Re: Marker with exact dimensions

Hello.

If you use 3D markers, this has Size Type - Real World and Meters.
Or in this way:
http://infinity-code.com/atlas/online-m … ample.html

2D markers have no built-in way to do this.
Theoretically, you can implement this as in the example above, but I do not recommend doing this.
If you need to make such a circle in 2D, use Drawing API or just overlay your circle image.

Kind Regards,
Infinity Code Team.

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

Re: Marker with exact dimensions

Thats awesome, i will give it a try, thanks!