ymaps:GeoObject
Diagram
Description
Contains a description of the geo object (name, type, style, viewport, and so on).
Contains:
gml:boundedBy, gml:description, gml:metaDataProperty, gml:name, ymaps:attribution, ymaps:style
May include elements by substitutions:
gml:LinearRing, gml:LineString, gml:Point, gml:Polygon
May be included in elements by substitutions:
gml:featureMember, gml:featureMembers
ymaps:GeoObject
Part of a YMapsML document that describes several geo objects:
<gml:featureMembers> <ymaps:GeoObject> <gml:name>Placemark</gml:name> <gml:description>Placemark description</gml:description> <gml:Point> <gml:pos>32.167844 49.603358</gml:pos> </gml:Point> </ymaps:GeoObject> <ymaps:GeoObject> <gml:name>Line</gml:name> <gml:description>Line description</gml:description> <gml:LineString> <gml:pos>37.63 55.75</gml:pos> <gml:pos>47.63 65.75</gml:pos> </gml:LineString> </ymaps:GeoObject> </gml:featureMembers>
Was the article helpful?
Previous