A vector layer for displaying custom places. Create a new instance with the ALKMaps.Layer.CustomPlaces constructor.
ALKMaps. | A 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. | A class for custom places layer. |
Functions | |
setMap | Forces this layer having the same projection as the map. |
A class for custom places layer.
name | {String} Used to identify this layer. |
options | {Object} Optional object whose properties will be set on the instance. |
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. |
Forces this layer having the same projection as the map.
setMap: function( map )