Positioning API accepts requests with radio network measurements and replies with corresponding location estimate. For more details and examples, see Developer’s Guide. Cellular measurements are given in terms defined in 3GPP and 3GGP2 specifications, see the corresponsing documentation at http://www.3gpp.org.
Breaking changes from v1:
altaccuracy
, baselat
, baselng
, cellparams
, pilotpower
, pnoffset
, powrx
, rxlevel
,
have been deprecated and replaced with
altAccuracy
, baseLat
, baseLng
, cellParams
, pilotPower
, pnOffset
, rss
, rxLevel
respectively.localId
property.lac
and cid
for neighbor cell moved under globalIdentity
property.Use this page to mock HERE Network Positioning API v2 in your testing and development.
Run our mock API sample using the open source WireMock library, or in the free edition of WireMock Cloud. You'll have a working API server simulating the behavior of HERE Network Positioning API v2, which will allow you to keep building and testing even if the actual API you isn't currently available.