Zedfox Technologies Blog

Menu

Skip to content
  • Home
  • Blog

Tag Archives: polygon

Draw moving vehicle’s polygons real-time on Google Maps

Posted on April 13, 2014 by zf

Goal – Polygons on Google Maps The specific goal of plotting polygons on Google Maps real-time is the goal of this article. Consider the following case. Use case for mapping vehicle’s position in real-time There was a need to manage a fleet of 5 vehicles from the dispatch center. Each vehicle traveled across town and […]

Draw moving vehicle’s polygons real-time on Google Maps

Make a polygon using Google Maps API v3

Posted on March 19, 2014 by zf

Polygon using Google Maps Google Maps API v3 makes it really easy for us to make polygons on the map. In this post we will look at an example of creating polygon using Google Maps. Requirements create a polygon using Google’s drawing tools. After drawing the polygon, drawing tools should disappear click on the polygon […]

Make a polygon using Google Maps API v3