Verizon 5G Edge API Portal

vv1.0

MapDataQueryRequest

Request structure for querying MAP records. Provide either regionIntersectionPairs (coordinates) or geoJson, not both.

MapDataQueryRequest

Request structure for querying MAP records. Provide either regionIntersectionPairs (coordinates) or geoJson, not both.

One of

MapDataQueryByCoordinates

Query MAP records using specific region and intersection identifier pairs

Properties

NameTypeRequiredDescription
messageStandardstring (one of: etsi, sae, default: sae)NoV2X messaging standard selection. Accepted values are 'sae' (SAE J2735) and 'etsi' (ETSI TS 103 301).
regionIntersectionPairsarrayYesList of region and intersection ID pairs to retrieve MAP messages for.
expectedTypestring (one of: BASE64, JSON, default: BASE64)NoThe format of the payload in the response body.
pageTokenstringNoBase64 encoded token used to retrieve the next page of results
pageSizeinteger (1–500, default: 200, int32)NoMaximum number of records to return in a single page

MapDataQueryByGeoJson

Query MAP records using a GeoJSON polygon to define the spatial area

Properties

NameTypeRequiredDescription
messageStandardstring (one of: etsi, sae, default: sae)NoV2X messaging standard selection. Accepted values are 'sae' (SAE J2735) and 'etsi' (ETSI TS 103 301).
geoJsonobjectYesGeoJSON Polygon defining the area to retrieve MAP messages for.
expectedTypestring (one of: BASE64, JSON, default: BASE64)NoThe format of the payload in the response body.
pageTokenstringNoBase64 encoded token used to retrieve the next page of results
pageSizeinteger (1–500, default: 200, int32)NoMaximum number of records to return in a single page

On this page