ALKMaps.Layer.CustomPlaces

A vector layer for displaying custom places.  Create a new instance with the ALKMaps.Layer.CustomPlaces constructor.

Inherits from

Summary
ALKMaps.Layer.CustomPlacesA vector layer for displaying custom places.
Properties
custPlaceSetId{String} Custom places set id.
custPlaceTag{String} Custom place tag id.
custPlaceName{String} Custom place name
custCatId{String} Custom category id.
custCatName{String} Custom category name.
Constructor
ALKMaps.Layer.CustomPlacesA class for custom places layer.
Functions
setMapForces this layer having the same projection as the map.

Properties

custPlaceSetId

{String} Custom places set id.

custPlaceTag

{String} Custom place tag id.

custPlaceName

{String} Custom place name

custCatId

{String} Custom category id.

custCatName

{String} Custom category name.

Constructor

ALKMaps.Layer.CustomPlaces

A class for custom places layer.

Parameters

name{String} Used to identify this layer.
options{Object} Optional object whose properties will be set on the instance.

Valid options include

custPlaceSetId{String} Custom places set ID filter
custPlaceTag{String} Custom places tag filter
custPlaceName{String} refine the results by optional custom place name.
custCatId{Number} refine the results by optional custom category id.
custCatName{String} refine the results by optional custom category name.

Functions

setMap

setMap: function(map)

Forces this layer having the same projection as the map.

Parameters

map{ALKMaps.Map}
setMap: function(map)
Forces this layer having the same projection as the map.
A class for custom places layer.
Instances of ALKMaps.Layer.Vector are used to render vector data from a variety of sources.
Close