Skip to content

Commit 4fabec6

Browse files
author
farah-alyasari
committed
quick fix
1 parent c0ab767 commit 4fabec6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Add markers using the `markers` parameter in the URL. The `markers` parameter ta
265265
To add additional styles, use the `markers` parameters
266266
to the URL with a different style and set of locations.
267267

268-
Specify marker locations with the "latitude,longitude" format .
268+
Specify marker locations with the "latitude,longitude" format.
269269

270270
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:
271271

@@ -446,7 +446,7 @@ This table cross-references the Google Maps API parameters with the comparable A
446446
| `location` | `query` |
447447
| `timestamp` | `timeStamp` |
448448

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:
450450

451451
- [**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.
452452
- [**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:
460460

461461
- JavaScript, TypeScript, Node.js – [documentation](how-to-use-services-module.md) \| [NPM package](https://www.npmjs.com/package/azure-maps-rest)
462462

463-
These are Open-source client libraries for other programming languages:
463+
These Open-source client libraries are for other programming languages:
464464

465465
- .NET Standard 2.0 – [GitHub project](https://github.com/perfahlen/AzureMapsRestServices) \| [NuGet package](https://www.nuget.org/packages/AzureMapsRestToolkit/)
466466

0 commit comments

Comments
 (0)