Commit 7259f7d8 authored by Milad Karbasizadeh's avatar Milad Karbasizadeh

Update readme

parent 4511f20a
...@@ -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.',
noPoiLink: true noPoiLink: true,
lockScroll: false,
searchDistance: 2, searchDistance: 2,
callback: function(map, mainMarker, pois){} callback: function(map, mainMarker, pois){}
}); });
...@@ -41,6 +42,8 @@ Kikojas.nearby(lat, lng, { ...@@ -41,6 +42,8 @@ Kikojas.nearby(lat, lng, {
*noPoiLink*: Do not link the pois to Kikojas. *noPoiLink*: Do not link the pois to Kikojas.
*lockScroll*: Use zoom controls instead of wheel scroll.
*seachDistance*: The search radius. *seachDistance*: The search radius.
*defaultZoom*: Default zoom for map. *defaultZoom*: Default zoom for map.
......
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