Search code examples
androidsearchskmaps

SKMaps: How to search an address directly?


I'm trying to develop an activity in android that allows the user to search an address in offline maps.I currently use multistepSearch with SKMultiStepSearchSettings but inspecting the documentation I have found the following class: SKAddressSearchSettings Link.

Due to the search step by step is a bit tedious for the user, my question is as follows:

Is there any way to use this class to perform a search for an address directly without search step by step ?

Thanks in advance!


Solution

  • Currently, multi step search - where you enter the country, city & street in a sequence - is the only supported way of geocoding.

    One line search - writing the entire search query in one line of text, i.e. "Berlin, Alexander Platz, 14B" - is not supported at the moment.

    It is on the roadmap and will likely be available late 2015 or early 2016.