Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KiiGeoPoint

Hierarchy

  • KiiGeoPoint

Index

Constructors

  • new KiiGeoPoint(latitude: number, longitute: number): KiiGeoPoint

Methods

  • getLatitude(): number
  • getLongitude(): number
  • geoPoint(latitude: number, longitude: number): KiiGeoPoint
  • Create a geo point with the given latitude and longitude.

    example
    let point = KiiGeoPoint.geoPoint(35.07, 139.02);
    

    Parameters

    • latitude: number

      Latitude of the point in degrees. Valid if the value is greater than -90 degrees and less than +90 degrees.

    • longitude: number

      Longitude of the point in degrees. Valid if the value is greater than -180 degrees and less than +180 degrees.

    Returns KiiGeoPoint

Generated using TypeDoc