예제 #1
0
        public static async Task GetMapElements()
        {
            ServicePoints.Clear();
            await Instance.UpdatePositionKotAsync();

            await MapsElementsDataHandler.GetMapElements();
        }
예제 #2
0
 public MapsElementsDataHandler()
 {
     _instance = this;
 }