Home > @magiclane/maps-sdk > MapDetails > getPointMapCoverage

MapDetails.getPointMapCoverage() method

Returns the map coverage status for a single WGS84 coordinate.

This convenience helper evaluates coverage for a single point using only device-local information.

Signature:

static getPointMapCoverage(coords: Coordinates): MapCoverage;

Parameters

Parameter

Type

Description

coords

Coordinates

WGS84 coordinate to check

Returns:

MapCoverage

Enum value describing the coverage status for the supplied coordinate