John4930205
Posts: 0
Joined: Tue Aug 28, 2012 4:30 am

use custom marker for geolocation

How can I use custom marker for google map geolocation? I did the below for
Click - Invoke Service - geolocation1
But it's not working. Plz help!

-------------------------------

var map = Tiggr('googlemap1');
map.options['address']='';
map.refresh();

var marker1 = new google.maps.Marker({
position: myLatlng,
icon: 'http://labs.google.com/ridefinder/ima...',
title: "Testmarker1"
});
Tiggr("googlemap1").options.mapElement.gmap('addMarker', marker1);

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

use custom marker for geolocation

Hello! You should be able to do it with Google Maps API. This should help https://developers.google.com/maps/do... (Customizing the Marker Image), http://stackoverflow.com/questions/48...

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

use custom marker for geolocation

check the links you gave. The google one is dead. The stackoverflow seems unrelated?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

use custom marker for geolocation

All Google Maps API is here: https://developers.google.com/maps/do...

This is specific for markers: https://developers.google.com/maps/do...

John4930205
Posts: 0
Joined: Tue Aug 28, 2012 4:30 am

use custom marker for geolocation

thx!

Return to “Issues”