-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.xml
37 lines (37 loc) · 1.12 KB
/
services.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<services>
<service name="geoplace">
<url type='xml'>https://maps.googleapis.com/maps/api/place/autocomplete/xml</url>
<url type='json'>https://maps.googleapis.com/maps/api/place/autocomplete/json</url>
<key>
<private></private>
</key>
</service>
<service name="geodetails">
<url type='xml'>https://maps.googleapis.com/maps/api/place/details/xml</url>
<url type='json'>https://maps.googleapis.com/maps/api/place/details/json</url>
<key>
<private></private>
</key>
</service>
<service name="geotimezone">
<url type='xml'>https://maps.googleapis.com/maps/api/timezone/xml</url>
<url type='json'>https://maps.googleapis.com/maps/api/timezone/json</url>
<key>
<private></private>
</key>
</service>
<service name="geocode">
<url type='xml'>https://maps.googleapis.com/maps/api/geocode/xml</url>
<url type='json'>https://maps.googleapis.com/maps/api/geocode/json</url>
<key>
<private></private>
</key>
</service>
<service name="vapid">
<key>
<public></public>
<private></private>
</key>
</service>
</services>