Service Help – EarthMap
The Sharperlight service offers a wide variety of presentation methods, each with its own set of parameters.
In this post, we will introduce the following method from among the various presentation methods available.
http://abcd.com/mdService1Rest/EarthMap/…
EarthMap
To see this information with your sharperlight service help
{sharperlight service url}/Help#EarthMap
{sharperlight service url}/Help#EarthMap
|
Requires the Google Earch plug in which is free When muliple points are passed in the map will center in on the first point Example of a Single Point http://abcd.com/mdService1Rest/EarthMap/?width=700&latitude=-32.011917&longitude=115.786322&description=Scret%20Treasure&placemark=SharperLight&width=700 Example of mutilpe points http://abcd.com/mdService1Rest/EarthMap/?width=700&lat1=-32.011917&long1=115.786322&desc1=Treasure&pm1=SharperLight-1&lat2=-32.011517&long2=115.772322&desc2=Gold&pm2=SharperLight-2 <iframe src=’http://abcd.com/mdService1Rest/EarthMap/?width=700&lat1=-32.011917&long1=115.786322&desc1=Treasure&pm1=SharperLight-1&lat2=-32.011517&long2=115.772322&desc2=Gold&pm2=SharperLight-2′ frameborder=0 height=’420px’ width=’750px’ scrolling=no ></iframe> |
|
| latitude=[number] | latitude. e.g. latitude=-32.011917 |
| lat[1..n]=[number] | latitude 1 to (n) when doing multiple points. e.g. lat1=-32.011917&lat2=-32.031917&lat3=-32.011817 |
| longitude=[number] | longitude. e.g. longitude=115.786322 |
| long[1..n]=[number] | longitude 1 to (n) when doing multiple points. e.g. long1=115.786322&long2=115.786352&long3=115.786333 |
| placemark=[text] | placemark |
| pm[1..n]=[text] | placemark when doing multiple points e.g pm1=One&pm2=Two&pm3=Three |
| description=[text] | description that appears in bubble |
| desc[1..n]=[text] | description that appears in bubble when doing multiple points e.g desc1=One&desc2=Two&desc3=Three |
| zoom=[1..(n)] | zoom. the Zoom level e.g. &zoom=14 |
| showBorders=[0,1] | show borders in map. The default is Yes but these can be turned off &showBorders=0 |
| showRoads=[0,1] | show roads in map. The default is Yes but these can be turned off &showRoads=0 |
| width=[1..(n)px] | width. default is width=500px |
| height=[1..(n)px] | height. default is height=380px |
| apikey=[value] | Google Earth Apikey. The default apikey does work if you don’t have your own |
