DesignDance / storelocator

Automatically exported from code.google.com/p/storelocator
0 stars 0 forks source link

entering a specific address does not put a marker icon at the address location #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. enter a specific address
2. map centers on that address
3. no marker icon designates the address (unless you get directions)

What is the expected output? What do you see instead?
- was expecting a marker icon at the entered address. map centers on entered 
address, but does not put a marker. it makes it more difficult to visually see 
which stores are closest

What version of the product are you using? On what operating system?
- current version, i dont see a version number in store-locator.compiled.js. on 
linux and windows

Please provide any additional information below.
- possible i am missing where you designate you want an icon to show but i 
didnt see anything in the reference where that can be set

Original issue reported on code.google.com by pmwil...@gmail.com on 26 Apr 2012 at 7:13

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
You can add this yourself. See the example here:
http://storelocator.googlecode.com/git/reference.html#storeLocator.Panel

google.maps.event.addListener(panel, 'geocode', function(result) {
  geocodeMarker.setPosition(result.geometry.location);
});

Original comment by cbro@google.com on 20 Jun 2012 at 9:22