GeoProperty
This class represents the "GEO" property
This class should be called with two arguments, the first an array of the parameters, and the second the value of the property
The only acceptable parameters of
GeoProperty
areValueParameter
,PIDParameter
,PrefParameter
,IndexParameter
,TypeParameter
,MediatypeParameter
,AltidParameter
andAnyParameter
If you do not wish that the property have any parameters, leave the first argument array empty
The value of
GeoProperty
should be of typeURIType
new GeoProperty([], new URIType("geo:37.386013,-122.082932"));