Tag Archive | "Routing"

TSO Mobile | GPS Tracking, Security & Logistics - Low Resolution

Wednesday, September 16, 2009

0 Comments

Today’s market is opting for GPS tracking, security and logistics solutions. The Goal: “To implement control and cost reductive strategies”. TSO Mobile’s GPS tracking, security and logistics solutions are designed to MAXIMIZE OPERATIONAL EFFICIENCIES, REDUCE COSTS and IMPROVE CUSTOMER SATISFACTION. Consequently, these solutions provide an extraordinary Return On Investment (ROI).

Continue reading...

Carmenta Mobile Demo

Saturday, March 28, 2009

5 Comments

Carmenta presents the next generation in maps on mobile phones at Mobile World Congress 2008 in Barcelona. Go visit http://www.carmenta.com for more info. …

Continue reading...

Data structure design for vector map

Monday, March 16, 2009

1 Comment

Vector map’s basic objects: Vector map usually consists of 2 types of objects: render objects and routing objects. Render objects: Countries Cities/Provinces Points Polylines Polygons Here is the data structure model that you can use for your mobile map application: Data structure for Country: String name; int x; (Longitude (32bit)) int y; (Latitude (32bit)) short numPoint; (16bit) – follow by array of x and y different to define boundaries [...]

Continue reading...