Пример #1
0
 public static extern ILeafletMarker Marker(ILeafletLatLng latLng, LeafletMarkerOptions options = null);
Пример #2
0
 public static extern ILeafletCircle Circle(ILeafletLatLng latLng, LeafletCircleOptions options = null);
Пример #3
0
 public static extern ILeafletLatLngBounds LatLngBounds(ILeafletLatLng corner1, ILeafletLatLng corner2);