Variable GeoJsonPoint

GeoJsonPoint: {
    [hasInstance](instance) => instance is GeoJsonPoint;
    toShape(object) => GeoPoint;
}

Type declaration

  • [hasInstance]:function
    • Parameters

      • instance: unknown

      Returns instance is GeoJsonPoint

  • toShape:function

Generated using TypeDoc