Inheritance: Layer > VectorLayer > RemoteVectorLayer
The RemoteVectorLayer class allows you to add various of shapes (Polygon, Polyline, Circle, Marker) above the map from a remote server.
In order to add a RemoteVectorLayer to the map, you should add it to a LayersCollection object, which should attach to the map.
You can also add the layer directly to the map’s LayersManager object, that inherit from LayersCollection.
See understanding the layers architecture
Summary
| |
| |
| The RemoteVectorLayer constructor. |
| Returns the url of the remote vector layer. |
| |
| Sets the url of the remote vector layer. |