Package eu.acclimatize.unison.location
Class LocationConstant
java.lang.Object
eu.acclimatize.unison.location.LocationConstant
A class for constants used in the location pacakge.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe GeoJSON coordinates field name.static final StringThe GeoJSON feature field name.static final StringThe GeoJSON feature collection type.static final StringThe GeoJSON feature collection field name.static final StringThe media type for GeoJSON.static final StringThe GeoJSON geometry field name.static final StringThe GeoJSON point field name.static final StringThe GeoJSON properties field name. -
Method Summary
-
Field Details
-
FEATURE_COLLECTION
The GeoJSON feature collection type.- See Also:
-
FEATURES
The GeoJSON feature collection field name.- See Also:
-
FEATURE
The GeoJSON feature field name.- See Also:
-
POINT
The GeoJSON point field name.- See Also:
-
GEOMETRY
The GeoJSON geometry field name.- See Also:
-
COORDINATES
The GeoJSON coordinates field name.- See Also:
-
PROPERTIES
The GeoJSON properties field name.- See Also:
-
GEOJSON_MEDIA_TYPE
The media type for GeoJSON.- See Also:
-