SDMapCenter

Description of Control

It allows to obtain the central coordinate of the map while it is moving.

Compatibility

Android, iOS.

Using the control 

Open Extensibility Catalog, and go to the SD asection through the left side menu. 
Select the SDMapCenter control. Follow the steps of the Wizard
Create an SDPanel, add a variable of type Geolocation to assign its Control Type type SDMapCenter.
 

Add another variable variable of type Character to show the address where it is. 

In the value of Image we will put that image that we want to be the one that locates the point in the map. 

We will go to the ControlValueChanged event of this variable and add the following test code. 

Execution