YMapsML is a language for describing geographical objects.
In YMapsML, each geographical object is associated with a geometric shape and a geo object that is used
for displaying this shape on the map. The shape definitions and their anchors to geographical coordinates are set in
corresponding YMapsML elements. The gml:Polygon element is designated
for the "polygon" shape.
It contains the gml:exterior element, which lists the coordinates of the
vertexes of the polygon's exterior contour. A polygon may also contain interior contours. Their vertexes
are set in the gml:interior element.
The geoXml.load function is used for loading YMapsML data. After data loads, the function converts it to
GeoObjectCollection and passes it to the handler function as a parameter. A GeoObjectCollection can be displayed
on the map.
YMapsML is a language for describing geographical objects.
In YMapsML, each geographical object is associated with a geometric shape and a geo object that is used for displaying this shape on the map. The shape definitions and their anchors to geographical coordinates are set in corresponding YMapsML elements. The gml:Polygon element is designated for the "polygon" shape. It contains the gml:exterior element, which lists the coordinates of the vertexes of the polygon's exterior contour. A polygon may also contain interior contours. Their vertexes are set in the gml:interior element.
The geoXml.load function is used for loading YMapsML data. After data loads, the function converts it to GeoObjectCollection and passes it to the handler function as a parameter. A GeoObjectCollection can be displayed on the map.