public class

VDARGPSPoint

extends Object
java.lang.Object
   ↳ com.vidinoti.android.vdarsdk.geopoint.VDARGPSPoint

Class Overview

Created by loic on 26/09/16.

Summary

Public Constructors
VDARGPSPoint(float lat_, float lon_, float detectionRadius_, String contextID_, String label_, String category_)
VDARGPSPoint(float lat_, float lon_, float detectionRadius_, String contextID_, String label_, String category_, float distanceFromCurrentPos_)
Public Methods
String getCategory()
Return the GPS point category
String getContextID()
Return the linked context ID
float getDetectionRadius()
Return the detection radius in meters
float getDistanceFromCurrentPos()
Return the distance from current position in meters
String getLabel()
Return the GPS point label
float getLat()
Return the latitude
float getLon()
Return the longitude
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public VDARGPSPoint (float lat_, float lon_, float detectionRadius_, String contextID_, String label_, String category_)

public VDARGPSPoint (float lat_, float lon_, float detectionRadius_, String contextID_, String label_, String category_, float distanceFromCurrentPos_)

Public Methods

public String getCategory ()

Return the GPS point category

Returns
  • the GPS point category

public String getContextID ()

Return the linked context ID

Returns
  • the linked context ID

public float getDetectionRadius ()

Return the detection radius in meters

Returns
  • the detection radius in meters

public float getDistanceFromCurrentPos ()

Return the distance from current position in meters

Returns
  • the distance from current position in meters

public String getLabel ()

Return the GPS point label

Returns
  • the GPS point label

public float getLat ()

Return the latitude

Returns
  • the latitude

public float getLon ()

Return the longitude

Returns
  • the longitude