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: marker-plugin/readme.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
@@ -14,7 +14,7 @@ Before using the API in the your solution, please ensure that the related access
14
14
1. Copy and paste the key from your `credentials` section from your API [keys](https://auth.mappls.com/console/) into the `access_token` query parameter.
15
15
- Your static key can be secured by whitelisting its usage for particular IPs (in case of cloud app usage) OR a set of domains (in case of a web app)
16
16
- Your static key obtained from your Console is to be passed as a query parameter: `access_token`.
17
-
2. The sample codes are provided on our domain to help you understand the very basic functionality of Mappls Marker Plugin. [See Sample Codes here](https://about.mappls.com/api/web-sdk/vector-plugin-example/Marker/mappls-marker-plugin)
17
+
2. The sample codes are provided on our domain to help you understand the very basic functionality of Mappls Marker Plugin. [See Sample Codes here](https://about.mappls.com/api/web-sdk/vector-plugin-auth2/Marker/mappls-marker-plugin)
@@ -52,7 +52,7 @@ The SDK offers the following basic functionalities:
52
52
53
53
## Live Demo
54
54
55
-
Visit the [samples](https://about.mappls.com/api/web-sdk/vector-plugin-example/Marker/mappls-marker-plugin) for assistance to create a sample implementation with your own keys.
55
+
Visit the [samples](https://about.mappls.com/api/web-sdk/vector-plugin-auth2/Marker/mappls-marker-plugin) for assistance to create a sample implementation with your own keys.
56
56
57
57
The above implementation uses Mappls Interactive Map JS library as map rendering framework showcasing integration of marker plugin.
58
58
@@ -223,7 +223,7 @@ obj.setPopup({content:"<h1>Agra</h1>",pin:'123zrr'}); //replaces single marker's
223
223
<br>
224
224
225
225
226
-
That's All ! Visit the [samples](https://about.mappls.com/api/web-sdk/vector-plugin-example/Marker/mappls-marker-plugin) for assistance to create a sample implementation with your own keys.
226
+
That's All ! Visit the [samples](https://about.mappls.com/api/web-sdk/vector-plugin-auth2/Marker/mappls-marker-plugin) for assistance to create a sample implementation with your own keys.
0 commit comments