On Oct 27, 8:36 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Hi all,
>
> Two things I need a little help with.
>
> 1: When I add my address on my website, 185 RT-36, West Long Branch,
> Monmouth, New Jersey 07764, it comes up as Rt. 36 West Long Branch, NJ
>
> http://www.systek.com/visitors.html(you can see it right there, on
> the first map).
>
> Is there a way to force this to say 185 Rt. 36???? I don't want our
> clients getting confused if they click on "To Here" for the
> directions.

The geocoder gets 3 results for that address:
http://www.geocodezip.com/example_geo2.asp?addr1=185%20RT-36,%20West%20Long%20Branch,%20Monmouth,%20New%20Jersey%2007764&geocode=1

I think you want the second:
  "address": "185 RT-36, West Long Branch, NJ 07764, USA",
   "Accuracy": 8
  "Point": {
    "coordinates": [
      -74.02633,
      40.296901,

(why that isn't coming up first, as it has an accuracy of 8, I don't
know)

>
> 2: I found the latitutde and longitude coordinates for our location.
> Even when I go to maps.google.com and search our address, it is still
> slightly off, so I would need to move the pointer. How can I add this
> in?

You would have to create your own map, using the API.

>
> So two things, I just want the map to say the actual address instead
> of the street name and also I would like to be able to move the
> pointer to the right place (i have the coordinates).
>

Fairly simple API based map for one location:
http://www.oomyungdoe-sd.com/hcdirections/hcdirections.html

  -- Larry
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to