| name | data type | description |
|---|---|---|
| isPrivate | boolean | |
| pointOfInterestId | number | |
| name | string | |
| longitude | number | |
| latitude | number | |
| altitude | number | |
| countryCode | Country | |
| timeZone | string | the timeZone |
| properties | map of object | the properties |
| userId | number | For serialization |
| weatherForecastProviderId | WeatherForecastProvider | the weatherForecastProviderId |
| pointOfInterestExternalResourceSet | array of PointOfInterestExternalResource | |
| pointOfInterestTypeId | number | the pointOfInterestTypeId |
| gisGeom | Geometry | the gisGeom |
| geoJSON | string | |
| isForecastLocation | boolean | the isForecastLocation |
| lastEditedTime | number |
Example
{
"isPrivate" : true,
"pointOfInterestId" : 12345,
"name" : "...",
"longitude" : 12345.0,
"latitude" : 12345.0,
"altitude" : 12345.0,
"countryCode" : {
"countryCode" : "...",
"phoneCode" : "..."
},
"timeZone" : "...",
"properties" : {
"property1" : { },
"property2" : { }
},
"userId" : 12345,
"weatherForecastProviderId" : {
"weatherForecastProviderId" : 12345,
"name" : "...",
"description" : "...",
"infoUrl" : "..."
},
"pointOfInterestExternalResourceSet" : [ {
"pointOfInterestExternalResourcePK" : {
"pointOfInterestId" : 12345,
"externalResourceId" : 12345
},
"resourceIdentifier" : "...",
"externalResource" : {
"externalResourceId" : 12345,
"uri" : "...",
"identifierTemplate" : "...",
"name" : "...",
"externalResourceTypeId" : { }
},
"externalResourceUrl" : "..."
}, {
"pointOfInterestExternalResourcePK" : {
"pointOfInterestId" : 12345,
"externalResourceId" : 12345
},
"resourceIdentifier" : "...",
"externalResource" : {
"externalResourceId" : 12345,
"uri" : "...",
"identifierTemplate" : "...",
"name" : "...",
"externalResourceTypeId" : { }
},
"externalResourceUrl" : "..."
} ],
"pointOfInterestTypeId" : 12345,
"gisGeom" : {
"numPoints" : 12345,
"centroid" : {
"boundaryDimension" : 12345,
"dimension" : 12345,
"coordinateSequence" : { },
"numPoints" : 12345,
"geometryType" : "...",
"simple" : true,
"coordinates" : [ { }, { } ],
"empty" : true,
"x" : 12345.0,
"boundary" : { },
"coordinate" : { },
"y" : 12345.0,
"centroid" : { },
"length" : 12345.0,
"factory" : { },
"interiorPoint" : { },
"rectangle" : true,
"SRID" : 12345,
"numGeometries" : 12345,
"valid" : true,
"envelope" : { },
"userData" : { },
"precisionModel" : { },
"area" : 12345.0,
"envelopeInternal" : { }
},
"coordinates" : [ {
"x" : 12345.0,
"z" : 12345.0,
"valid" : true,
"y" : 12345.0,
"m" : 12345.0
}, {
"x" : 12345.0,
"z" : 12345.0,
"valid" : true,
"y" : 12345.0,
"m" : 12345.0
} ],
"dimension" : 12345,
"length" : 12345.0,
"factory" : {
"coordinateSequenceFactory" : { },
"SRID" : 12345,
"precisionModel" : { }
},
"interiorPoint" : {
"boundaryDimension" : 12345,
"dimension" : 12345,
"coordinateSequence" : { },
"numPoints" : 12345,
"geometryType" : "...",
"simple" : true,
"coordinates" : [ { }, { } ],
"empty" : true,
"x" : 12345.0,
"boundary" : { },
"coordinate" : { },
"y" : 12345.0,
"centroid" : { },
"length" : 12345.0,
"factory" : { },
"interiorPoint" : { },
"rectangle" : true,
"SRID" : 12345,
"numGeometries" : 12345,
"valid" : true,
"envelope" : { },
"userData" : { },
"precisionModel" : { },
"area" : 12345.0,
"envelopeInternal" : { }
},
"simple" : true,
"rectangle" : true,
"SRID" : 12345,
"numGeometries" : 12345,
"valid" : true,
"envelope" : { },
"boundaryDimension" : 12345,
"geometryType" : "...",
"userData" : { },
"coordinate" : {
"x" : 12345.0,
"z" : 12345.0,
"valid" : true,
"y" : 12345.0,
"m" : 12345.0
},
"precisionModel" : {
"type" : { },
"scale" : 12345.0,
"maximumSignificantDigits" : 12345,
"floating" : true,
"offsetY" : 12345.0,
"offsetX" : 12345.0
},
"empty" : true,
"area" : 12345.0,
"envelopeInternal" : {
"null" : true,
"height" : 12345.0,
"width" : 12345.0,
"maxY" : 12345.0,
"minY" : 12345.0,
"diameter" : 12345.0,
"maxX" : 12345.0,
"minX" : 12345.0,
"area" : 12345.0
},
"boundary" : { }
},
"geoJSON" : "...",
"isForecastLocation" : true,
"lastEditedTime" : 12345
}