Updated readme

This commit is contained in:
drobnikj 2019-01-08 16:36:08 +01:00
parent 74a47b7f3e
commit 797cc8ff17

View File

@ -25,8 +25,8 @@ On this input actor searches places on this start url: https://www.google.com/ma
- `searchString` - String will be search on Google maps - `searchString` - String will be search on Google maps
- `proxyConfig` - Apify proxy configuration - `proxyConfig` - Apify proxy configuration
- `lat` - Viewport latitude - `lat` - Use it with combination with longitude and zoom to set up viewport to search on.
- `lng` - Viewport longitude - `lng` - Use it with combination with latitude and zoom to set up viewport to search on.
- `zoom` - Viewport zoom, e.g zoom: 10 -> https://www.google.com/maps/@50.0860729,14.4135326,10z vs zoom: 1 -> https://www.google.com/maps/@50.0860729,14.4135326,10z - `zoom` - Viewport zoom, e.g zoom: 10 -> https://www.google.com/maps/@50.0860729,14.4135326,10z vs zoom: 1 -> https://www.google.com/maps/@50.0860729,14.4135326,10z
- `maxCrawledPlaces` - Limit places you want to get from crawler - `maxCrawledPlaces` - Limit places you want to get from crawler