gml:metaDataProperty
Diagram
Description
Additional meta data of a geo object.
Contained by:
gml:LinearRing, gml:LineString, gml:Point, gml:Polygon, ymaps:GeoObject, ymaps:GeoObjectCollection
May include elements by substitutions:
gml:metaDataProperty
Meta information in the form of an XML document:
<gml:metaDataProperty> <ymaps:AnyMetaData> <test> <a>1</a> <b>1</b> </test> </ymaps:AnyMetaData> </gml:metaDataProperty>
An example of extracting meta-information when constructing a template (calling the
metaDataProperty
property).
<Template gml:id="customTemplate"> <text> <![CDATA[ <div> <h3>$[name]</h3> <span>$[description]$[metaDataProperty.AnyMetaData.test.a]</span> </div> ]]> </text> </Template>
Was the article helpful?
Previous
Next