google-maps-premium-plan

google maps api javascript usage

自古美人都是妖i 提交于 2019-12-13 11:04:56
问题 One of our project we are using below mentioned google maps api Api1 : https://maps.googleapis.com/maps/api/geocode/json?address=' + city ; API2: https://maps.googleapis.com/maps/api/distancematrix/json?origins=' + currentLatLong.replace('\s', '') + "&destinations=" + destinationLatLong + "&mode=" + mode + "&language=en"; Previously we used to pass free key in parameter body .recently we enabled premium api and we got client id and Private crypto key . Kindly advice how to use it ? 回答1: You