Results 1 to 2 of 2

Thread: Need to put directions in google maps

  1. #1
    Thread Starter
    Junior Member precocerto's Avatar
    Join Date
    Jul 2011
    Location
    Portugal, Cascais
    Posts
    41
    Thanks
    11
    Thanked 0 Times in 0 Posts

    Need to put directions in google maps

    In my Google Maps I can´t use the pegmen and get directions in ads with Portugal.
    But the ad that came with classipress I can use the pegmen.

    Can anyone help me ?

    In the function below I can see one var with name neywork but I am in Portugal !!


    function load() {
    geocoder = new google.maps.Geocoder();
    //directionsDisplay = new google.maps.DirectionsRenderer();
    var newyork = new google.maps.LatLng(40.69847032728747, -73.9514422416687);
    var myOptions = {
    zoom: 14,
    center: newyork,
    mapTypeId: google.maps.MapTypeId.ROADMAP,
    mapTypeControlOptions: {
    style: google.maps.MapTypeControlStyle.DROPDOWN_MENU
    }
    }
    map = new google.maps.Map(document.getElementById('map'), myOptions);
    //directionsDisplay.setMap(map);
    }

  2. #2
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,784
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. API for map driving directions
    By jonaustin in forum ClassiPress General Discussion
    Replies: 12
    Last Post: December 11th, 2011, 05:02 AM
  2. Google maps
    By massimorufo in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: December 12th, 2010, 02:14 PM
  3. Google Maps
    By shatoony26 in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: August 3rd, 2010, 02:57 AM
  4. Google Maps
    By bidatio1 in forum ClassiPress General Discussion
    Replies: 1
    Last Post: May 7th, 2010, 03:36 PM