Please be cautious when you run the code below, especially when you turn on Places API and use text_search in googlemaps!!!
Although requesting Basic Data is free, it could be quite expensive when you geocode address information with text_search. (Price of text_search)
To retreive latitude and longitude of specific address of Hong Kong, I subscribe Google Maps Geocoding API and install two packages googleplaces and googlemaps. The first one is thrid-party tool and the second is official one.