Commit 4511f20a authored by Milad Karbasizadeh's avatar Milad Karbasizadeh

Update README file.

parent fbc12a8d
...@@ -16,7 +16,8 @@ Kikojas.nearby(lat, lng, { ...@@ -16,7 +16,8 @@ Kikojas.nearby(lat, lng, {
categories: ['bus', 'park', 'shopping', 'hospital', 'school'], categories: ['bus', 'park', 'shopping', 'hospital', 'school'],
poiLimit: 5, poiLimit: 5,
popupContent: '<em>HTML</em> is possible here.', popupContent: '<em>HTML</em> is possible here.',
seachDistance: 2, noPoiLink: true
searchDistance: 2,
callback: function(map, mainMarker, pois){} callback: function(map, mainMarker, pois){}
}); });
``` ```
...@@ -36,7 +37,9 @@ Kikojas.nearby(lat, lng, { ...@@ -36,7 +37,9 @@ Kikojas.nearby(lat, lng, {
*poiLimit*: Max number of POIs fetched for each category. *poiLimit*: Max number of POIs fetched for each category.
*mainMarkerPopupContent*: The popup content of the main marker. *popupContent*: The popup content of the main marker.
*noPoiLink*: Do not link the pois to Kikojas.
*seachDistance*: The search radius. *seachDistance*: The search radius.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment