Location:

Overview

NavInfo Map iOS Service SDK is a mobile product development kit based on iOS 8.0 and above. Developers can call this SDK interface to easily access NavInfo map services and data, and quickly build rich and interactive functions. Strong map class application. The SDK provides basic functions such as tram travel, path planning, batch calculation, and road events to meet the needs of different users.

Feature introduction and experience

  • Suggest

                        - (void)searchwithType:(NavinfoSearchCategory)type{
                            Self.query = [[NavinfoPOIQuery alloc] initWithKeyword:@"Home Inn" city:@"BEIJING" lonlats:nil category:SERVICE_API_SEARCH_TEXT];];
                            self.query.exinfo = 2;
                            self.search = [[NavinfoPOISearch alloc] init];
                            self.search.delegate = self;
                            [self.search search:self.query];
                        }
                        - (void)POISearch:(NavinfoPOISearch *)poiSearch result:(NavinfoPOISearchResult *)result error:(NSError *)error{
                        }
                    
  • Charging Station Search

  • Vehicle Range

  • RTIC Kanban

TOP