MapRouteType

Simple object defining a map route.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

MapRouteType
color : String

Color to use when drawing the route, as a color name or hex triplet.

Color to use when drawing the route, as a color name or hex triplet.

For information about color values, see the "Colors" section of Titanium.UI.

MapRouteType
name : String

Route name.

Route name.

MapRouteType
points : MapPointType[]

Array of map points making up the route.

Array of map points making up the route.

MapRouteType
width : Number

Line width to use when drawing the route.

Line width to use when drawing the route.