API PARA MAPAS DE NOKIA USANDO JAVASCRIPT
hola, probe el ejemplo siguiente:
http://api.maps.nokia.com/en/playground/env/
desktop/#ex_maps_example_clustermarkers_desc
pero en el ejemplo, no dice como declarar dataPoints, como se declaran?
en el ejemplo usan un script, el cual no explican:
loadScript("../res/clustering/airports.js" .....
son nokia.maps.clustering.IClusterPoint ??
si es asi, como se usa el constructor de los nokia.maps.clustering.IClusterPoint por que en la referencia del api :
http://api.maps.nokia.com/en/apireference/
2.2.3/symbols/nokia.maps.clustering.IClusterPoint.html
menciona:
Number | undefined altitude
Number latitude
Number longitude
Number value Optional : This property holds a numeric value that indicates the "weight" of the the data point within the cluster.
pero no tiene un ejemplo del constructor si es que existe, tampoco un orden de los parametros que tiene dicho constructor
pueden mostrarme como declarar un datapoint o como agregar datapoints a un nokia.maps.clustering.ClusterProvider ?

Reply With Quote

