Topic: Set My Position

hi
i need to set my position imediatly and not wating for OnLocationChange event.
cuase i need to send my location imediatle once Marker created to other.
its allways sent marker with coordinates(0,0)

Re: Set My Position

Hello.

If you want to hardcode your default position, you can do so using the Online Maps inspector or OnlineMaps.SetPosition.
https://infinity-code.com/doxygen/onlin … 9514ccaa31
But this will not be your real location received from the sensor, because it needs time to initialize.

Kind Regards,
Infinity Code Team.

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

Re: Set My Position

ok.. thanks
another question if you may
1-how can i remove marker from map
2-and how to resize the font that appear on the marker cause its very small.

Re: Set My Position

1. Using Marker Manager component, or using OnlineMapsMarkerManager.RemoveItem.
https://infinity-code.com/doxygen/onlin … 3dc76b6b3b

2. Example:
https://infinity-code.com/atlas/online- … ample.html

Kind Regards,
Infinity Code Team.

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