[Google Maps API v3] Removing the red markers from search results

2011-02-13 Thread GetMeThere
Hi,
I am trying to find a solution to this:
Get rid of the Red Markers when passing co-ordinates in map search.
Only have the green location marker.

When you click on the map, we currently only pass the latitude/
longitude co-ordinates to Google. The default search option is “ALL”
but you can define, locations, businesses, real-estate or user-created
maps, once you are in the Google window. If you select “businesses”
only the ‘A’ in the map below disappears because it is showing as a
defined “location” that is displayed because ‘ALL’ is the default
display option. You are only left with the green pin and it will
display the GS office. However, if there were other businesses
registered in Google maps in the same locality they would show up on
the map as lettered red pins.

I’m not sure if we can display a different default other than ‘ALL’
when we pass the parameters.

See: http://maps.google.com/maps?q=51.2844702262923,0.516909470183546&iwloc=A

Many Thanks
Glenn

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Address string formats for different countries

2010-12-08 Thread GetMeThere
Hi,
It there a reference point where I can go to get a list of address
formats for different countries.
When you geocode an address in the Italy it follows a specific string
format and if you geocode an address in the UK it has a slightly
different string format.
Italy:

 SIG MARIO ROSSI[recipient]
  VIALE EUROPA 22   [street + house/building number]
  00144 ROMA RM [postal code + city + province code]
Province code is two letters.

ITALY : Would one present it like this: street, house/building number,
postal code, city, province code


UK:
   Nildram Ltd [recipient]
  Ardenham Court  [probably the building name.  Not all addresses
have this part.]
  Oxford Road [street name]
  AYLESBURY   [postal town (town/city)]
  BUCKINGHAMSHIRE [county (not needed)]
  HP19 3EQ[postal code]
  UNITED KINGDOM  [country name]UK might be: Number, Street, Area,

UK :  Would one present like this: building name, Street Name, Postal
Town, County, Postal Code, Country Name

To look up the address's in Google Maps requires one to present it in
different strings for different countries

Does Anyone have a list of the string layout for the different
countries?.

Japan and far east - The address's have to be in the language of the
country you are looking up - is there a best way to forat the string
to do geo-address lookup in the map interface..

regards
Glenn

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api...@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.