GraffitiMap.Point

Enumerations #

Name Values

This class exposes no enumerations.

Constants #

Name Type Value

This class exposes no constants.

Events #

Definition Parameters Return Type Description

This class exposes no events.

Methods #

Definition Parameters Return Type Description
Constructor latitude as Double None Creates a new instance of the class.
longitude as Double
Constructor location as String None Creates a new instance of the class. This constructor is only valid when used with GraffitiMap.Directions.Route.
IsCoordinate None Boolean Returns True if the instance does not contain a Location string value.

Properties #

Name Type Default Value Description
Latitude Double 0 Location of the point from North to South.
Location String “” A place name, such as “New York, NY”. This property should only be set when used with GraffitiMap.Directions.Route.
Longitude Double 0 Location of the point from West to East.

Examples #

Basic Point #

var newPoint as new GraffitiMap.Point( 36.320961, -82.341759 )

Notes #

This class currently has no notes.