Skip to content

Commit cc1319e

Browse files
Merge pull request #252747 from stevemunk/longitude-latitude
Added a comma between longitude & latitude
2 parents c62ef03 + 2b0ac26 commit cc1319e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-maps/migrate-from-bing-maps-web-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ In Azure Maps, pushpins can also be added to a static map image by specifying th
386386
387387
More styles can be used by adding more `pins` parameters to the URL with a different style and set of locations.
388388

389-
Regarding pin locations, Azure Maps requires the coordinates to be in `longitude latitude` format whereas Bing Maps uses `latitude,longitude` format. Also note that **there is a space, not a comma** separating longitude and latitude in Azure Maps.
389+
Regarding pin locations, Azure Maps requires the coordinates to be in `longitude,latitude` format whereas Bing Maps uses `latitude,longitude` format. Also note that **there is a space, not a comma** separating longitude and latitude in Azure Maps.
390390

391391
The `iconType` value specifies the type of pin to create and can have the following values:
392392

@@ -445,7 +445,7 @@ In Azure Maps, lines and polygons can also be added to a static map image by spe
445445

446446
> `&path=pathStyles||pathLocation1|pathLocation2|...`
447447
448-
When it comes to path locations, Azure Maps requires the coordinates to be in `longitude latitude` format whereas Bing Maps uses `latitude,longitude` format. Also note that **there is a space, not a comma separating** longitude and latitude in Azure Maps. Azure Maps doesn't support encoded paths currently.
448+
When it comes to path locations, Azure Maps requires the coordinates to be in `longitude,latitude` format whereas Bing Maps uses `latitude,longitude` format. Also note that **there is a space, not a comma separating** longitude and latitude in Azure Maps. Azure Maps doesn't support encoded paths currently.
449449

450450
Path styles in Azure Maps are added with the format `optionNameValue`, with multiple styles separated by pipe (`|`) characters like this `optionName1Value1|optionName2Value2`. Note the option names and values aren't separated. The following style option names can be used to style paths in Azure Maps:
451451

articles/azure-maps/migrate-from-google-maps-web-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Add markers to a static map image by specifying the `pins` parameter in the URL.
322322

323323
To use other styles, add extra `pins` parameters to the URL with a different style and set of locations.
324324

325-
In Azure Maps, the pin location needs to be in the "longitude latitude" format. Google Maps uses "latitude,longitude" format. A space, not a comma, separates longitude and latitude in the Azure Maps format.
325+
In Azure Maps, the pin location needs to be in the "longitude,latitude" format. Google Maps uses "latitude,longitude" format. A space, not a comma, separates longitude and latitude in the Azure Maps format.
326326

327327
The `iconType` specifies the type of pin to create. It can have the following values:
328328

@@ -396,7 +396,7 @@ Add lines and polygons to a static map image by specifying the `path` parameter
396396
&path=pathStyles||pathLocation1|pathLocation2|...
397397
```
398398

399-
When it comes to path locations, Azure Maps requires the coordinates to be in "longitude latitude" format. Google Maps uses "latitude,longitude" format. A space, not a comma, separates longitude and latitude in the Azure Maps format. Azure Maps doesn't support encoded paths or addresses for points.
399+
When it comes to path locations, Azure Maps requires the coordinates to be in "longitude,latitude" format. Google Maps uses "latitude,longitude" format. A space, not a comma, separates longitude and latitude in the Azure Maps format. Azure Maps doesn't support encoded paths or addresses for points.
400400

401401
Add path styles with the `optionNameValue` format. Separate multiple styles by pipe (\|) characters, like this `optionName1Value1|optionName2Value2`. The option names and values aren't separated. Use the following style option names to style paths in Azure Maps:
402402

0 commit comments

Comments
 (0)