hasCoordinates property
Indicates whether valid geographical coordinates are available.
Coordinates are considered valid when both latitude and longitude values fall within their respective valid ranges (-90 to +90 for latitude, -180 to +180 for longitude).
Returns
true: Valid latitude and longitude coordinates are availablefalse: Coordinates are missing or invalid
Implementation
bool get hasCoordinates;