You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-maps/migrate-from-google-maps-web-services.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@ Add markers using the `markers` parameter in the URL. The `markers` parameter ta
265
265
To add additional styles, use the `markers` parameters
266
266
to the URL with a different style and set of locations.
267
267
268
-
Specify marker locations with the "latitude,longitude" format.
268
+
Specify marker locations with the "latitude,longitude" format.
269
269
270
270
Add marker styles with the `optionName:value` format, with multiple styles separated by pipe (\|) characters like this "optionName1:value1\|optionName2:value2". Note the option names and values are separated with a colon (:). Use the following names of style option to style markers in Google Maps:
271
271
@@ -446,7 +446,7 @@ This table cross-references the Google Maps API parameters with the comparable A
446
446
|`location`|`query`|
447
447
|`timestamp`|`timeStamp`|
448
448
449
-
In addition to this Time zone by coordinate API, Azure Maps provides a number of time zone APIs. These APIs convert the time based on the names or the IDs of the time zone:
449
+
In addition to this API, Azure Maps provides a number of time zone APIs. These APIs convert the time based on the names or the IDs of the time zone:
450
450
451
451
-[**Time zone by ID**](https://docs.microsoft.com/rest/api/maps/timezone/gettimezonebyid): Returns current, historical, and future time zone information for the specified IANA time zone ID.
452
452
-[**Time zone Enum IANA**](https://docs.microsoft.com/rest/api/maps/timezone/gettimezoneenumiana): Returns a full list of IANA time zone IDs. Updates to the IANA service are reflected in the system within one day.
@@ -460,7 +460,7 @@ Azure Maps provides client libraries for the following programming languages:
0 commit comments