GetAllMarkers
Gets all the markers created in the server.
C# Syntax
List<Marker> NAPI.Pools.GetAllMarkers();
Example
// Code here...
Gets all the markers created in the server.
List<Marker> NAPI.Pools.GetAllMarkers();
// Code here...