diff --git a/geocode-a-location-from-address/demo.html b/geocode-a-location-from-address/demo.html index de0c1d1..7aab94e 100644 --- a/geocode-a-location-from-address/demo.html +++ b/geocode-a-location-from-address/demo.html @@ -8,7 +8,7 @@ - + @@ -19,16 +19,22 @@
Request a location using a free-form text input and display it on the map.
-This example makes a geocoding request and retrieves the latitude, longitude and - complete address details of 200 S Mathilda Ave, Sunnyvale, CA based on a free-form - text input. A clickable marker is placed on the location found.
+This example makes a geocoding request to the
+ Geocoding and Search API v7
+ retrieving latitude, longitude and
+ complete details of the address in the text input.
+ Try it yourself and type an address.
Access to the geocoding service is obtained from the H.service.Platform
- by calling getSearchService()
. The geocode()
method is used
- to find a location by passing in the relevant q
parameter as defined in
- Geocoding and Search API v7.
+ by calling getSearchService()
. The geocode()
method is used
+ to find a location by passing in the relevant q
parameter as defined in
+ Geocoding and Search API v7.
The styling and display of the response is under the control of the developer.