2 Replies Latest reply on Sep 2, 2010 3:34 AM by raimundhoelle

    Using rich:gmap with Maps API Premier-Client-ID

    raimundhoelle

      Hello,

       

      is it possible to use the rich:gmap control with a Google Premier Client-ID instead of a Google Maps API key?

       

      That means, the URL must not contain the parameter "key", instead it should use "client" and set "sensor=false".

       

      E. g., instead of

      <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIA...&amp;hl=de"

      the gmap-control should create

      <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;client=gme-...&amp;sensor=false&amp;hl=de"

      How can i do that? I couldn't find any matching attribute in the rich:gmap documentation.

       

      Regards,

      Raimund