CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: GPS Maps

  1. #1
    Join Date
    Apr 2014
    Posts
    16

    GPS Maps

    what knowledge do I need to build the above.

  2. #2
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: GPS Maps

    Topology, trigonometry, coordinate transformations/projections, cartography. In various amounts depending on what you actually want to get at.

  3. #3
    Join Date
    Jun 2015
    Posts
    208

    Re: GPS Maps

    You could have a look at the Google Maps APIs

    https://developers.google.com/maps/

  4. #4
    Join Date
    Sep 2000
    Location
    Indianapolis
    Posts
    6,754

    Re: GPS Maps

    Sorry to hijack this thread, but my question related.... Does anyone know if the Google Maps API (or any other) will allow you to identify (and color) properties. I've seen a web site that does something similar so I'm trying to find out how I can do it. For example, I've attached an image:

    Name:  propertylines.jpg
Views: 194
Size:  26.9 KB

    You can see the green lines in the map. Those outline properties. I want to be able to identify the properties and change their color once selected. Can this be done with the Google API? Anyone seen any free, Open Source code doing this?

    Thanks!
    -----------------------------------------------
    Brad! Jones,
    Yowza Publishing
    LotsOfSoftware, LLC

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured