010 14:10, Rahul Mehta <[email protected]> wrote:
> Hi All,
>
> https://www.ordnancesurvey.co.uk/opendatadownload/products.html.
> now i downloaded OS Locator csv file.
>
> CALDECOTTE LAKE DRIVE::
> 489374:234813:489174:489609:234649:234918:null:Walton:Walton:Milton
> Keynes (B):Milton Keynes (B):SP83SE:SP83:Roads
>
> can i use such coordinate with google maps and plot polyline?
>
>        449590                  X co-ord for centre point of road object
>        129430                  Y co-ord for centre point of road object
>        448797                  X co-ord for SW corner of the road object
>        450392                  X co-ord for NE corner of road object box
>        129422                  Y co-ord for SW corner of the road object
>        129510                  Y co-ord for NE corner of road object box

The standard answer to a "Can I...?" question is "Why don't you try it?"

However, it doesn't look like it will produce the result you want,
based on your earlier queries. It looks like you have the corners and
centre-point of a bounding box, not a set of coordinates describing
the route of a length a road. Any polyline would only have three
points and look rather straight.

Note too that the coordinates are OS National Grid eastings and
northings, which need to be converted to lat/long for Google Maps.
Conversion routines are available online.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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