Home > @i2analyze/i2connect > services > ISemanticSeed > getAsGeoPoints
services.ISemanticSeed.getAsGeoPoints() method
Gets the values of the properties with the specified semantic type as geospatial locations.
Signature:
getAsGeoPoints(semanticTypeId: string): data.IGeoPoint[] | undefined;
Introduced: API version 2.2
Parameters
Parameter | Type | Description |
---|---|---|
semanticTypeId | string | The identifier of the semantic property type. |
Returns:
data.IGeoPoint[] | undefined
The geospatial values of the identified properties, or undefined
.
Remarks
Used for the geospatial
logical type.