Exemplo n.º 1
0
        public static async Task GetMapElements()
        {
            ServicePoints.Clear();
            await Instance.UpdatePositionKotAsync();

            await MapsElementsDataHandler.GetMapElements();
        }
Exemplo n.º 2
0
 public MapsElementsDataHandler()
 {
     _instance = this;
 }