Members
Galigeo
To start with the Galigeo JS API, first import galigeo-api-0.1.js on your web page. Then "Galigeo" will be used as a root reference for all API functions.
Type Definitions
ggoEvent
Events are used to propagate users interations.
Type:
- Object
Properties:
Name | Type | Description |
---|---|---|
layer |
ggoLayer | |
type |
Array.<String> |
ggoLayer
A ggoLayer is used to represent a layer on the map. You can get the full list of the layers by Galigeo.Map.getLayers()
Type:
- Object
Properties:
Name | Type | Description |
---|---|---|
features |
Array.<Object> | The list of entitiies from this layer |
fields |
Array.<Object> | The list of fields |
name |
String | Name of the layer |
LeafletLayer |
Object | The map is based on Leaflet. LeafletLayer is the native Leaflet object |