Function isGeoPointLike

  • A GeoPointLike object, an array of two numbers representing longitude and latitude, or an object with lng and lat or lon and lat properties.

    Example:

    const center = { lat: 53.3, lng: 13.4 };
    mapView.geoCenter = GeoCoordinates.fromLatLng(center);

    Parameters

    • geoPoint: any

    Returns geoPoint is GeoPointLike