google maps api terms

I'm trying to use google maps API and have a question: google says (http://www.google.com.ua/intl/en/enterprise/mapsearth/products/mapsapi.html) that if I use google maps I have restrictions for those services: 1) geocoding service 2) directions service 3) distance matrix service 4) eleveation service but what about simple API? I mean are there any restrictions if I use lets say only function that adds marker to a map and function that shows the place on the map where particular point is located? Thanks. Sorry for noob question but I've read terms and conditions few times and still not sure about the answer.


The restrictions i know about:

  • Not more than eight waypoints per route
  • Limited request-rates. It will be slow enough if you request one direction in one second.
  • No implementation on serverside. You will have to implement the Google API on clientside.
  • From Google:

    2,500 directions requests per day.
    When the mode of transportation is driving, walking, or cycling, each directions search counts as a single request.
    Searching for transit directions counts as 4 requests.
    Individual requests for driving, walking, or cycling directions may contain up to 8 intermediate waypoints in the request. Waypoints can not be specified for transit requests. 
    

    Concerning simple API:

    There are no restrictions. :)

    链接地址: http://www.djcxy.com/p/81560.html

    上一篇: Google地图移动SDK for Business与Google Maps Android API

    下一篇: 谷歌地图API术语