File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -244,14 +244,14 @@ set AZURE_SUBSCRIPTION_KEY="<RealSubscriptionKey>"
244244pip install azure-maps-render --pre
245245
246246python samples/sample_authentication.py
247- python sample /sample_get_copyright_caption.py
248- python sample /sample_get_copyright_for_tile.py
249- python sample /sample_get_copyright_for_world.py
250- python sample /sample_get_copyright_from_bounding_box.py
251- python sample /sample_get_map_attribution.py
252- python sample /sample_get_map_static_image.py
253- python sample /sample_get_map_tile.py
254- python sample /sample_get_map_tileset.py
247+ python samples /sample_get_copyright_caption.py
248+ python samples /sample_get_copyright_for_tile.py
249+ python samples /sample_get_copyright_for_world.py
250+ python samples /sample_get_copyright_from_bounding_box.py
251+ python samples /sample_get_map_attribution.py
252+ python samples /sample_get_map_static_image.py
253+ python samples /sample_get_map_tile.py
254+ python samples /sample_get_map_tileset.py
255255```
256256
257257> Notes: ` --pre ` flag can be optionally added, it is to include pre-release and development versions for ` pip install ` . By default, ` pip ` only finds stable versions.
Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ set AZURE_SUBSCRIPTION_KEY="<RealSubscriptionKey>"
363363pip install azure-maps-search --pre
364364
365365python samples/sample_geocode.py
366- python sample /sample_geocode_batch.py
366+ python samples /sample_geocode_batch.py
367367python samples/sample_get_polygon.py
368368python samples/sample_reverse_geocode.py
369369python samples/sample_reverse_geocode_batch.py
You can’t perform that action at this time.
0 commit comments