Searching for an object by name is implemented using the geocode function. However, this function
searches among the objects on the regular or public map.
But what if you need to set up a search across your own objects
and integrate it with the Yandex.Maps API? Write your own search provider,
which you can use in the geocode function and in the
Search on map control.
The search provider must implement the IGeocodeProvider interface.
This example shows how to create your own provider and connect it to the
standard Search control on the map.
The example is discussed in more detail in the club.
Searching for an object by name is implemented using the geocode function. However, this function searches among the objects on the regular or public map.
But what if you need to set up a search across your own objects and integrate it with the Yandex.Maps API? Write your own search provider, which you can use in the geocode function and in the Search on map control.
The search provider must implement the IGeocodeProvider interface. This example shows how to create your own provider and connect it to the standard Search control on the map.
The example is discussed in more detail in the club.