GetAllMarkers
Внешний вид
Gets all the markers created in the server.
<syntaxhighlight lang="csharp">List<Marker> NAPI.Pools.GetAllMarkers();</syntaxhighlight>
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>
Gets all the markers created in the server.
<syntaxhighlight lang="csharp">List<Marker> NAPI.Pools.GetAllMarkers();</syntaxhighlight>
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>